From c5963b960afdef6d1850024349da2b259c4dd4b4 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 13 Aug 2020 19:40:00 +0200 Subject: [PATCH] Adwaita: fix focus for .navigation-sidebar --- gtk/theme/Adwaita/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 2c30614560..8757c83127 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3399,7 +3399,7 @@ placessidebar, .navigation-sidebar { background-color: desaturate($selected_bg_color,100%); color: $selected_fg_color; - &:focus { + &:focus-visible:focus-within { outline-width: 0; color: $selected_fg_color; background-color: $selected_bg_color; -- 2.30.2